2008-03-10 |
Pierre Habouzit | git-quiltimport: better parser to grok "enhanced" series... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2008-03-07 |
Pierre Habouzit | unquote_c_style: fix off-by-one. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2008-01-26 |
Pierre Habouzit | parse-options: catch likely typo in presense of aggregated... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-12-22 |
Pierre Habouzit | parse-options: Add a gitcli(5) man page. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-12-22 |
Pierre Habouzit | Force the sticked form for options with optional arguments. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-12-22 |
Pierre Habouzit | git-tag: fix -l switch handling regression. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-12-18 |
Pierre Habouzit | Fix segfault in diff-delta.c when FLEX_ARRAY is 1 Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-12-11 |
Pierre Habouzit | Invert numbers and names in the git-shortlog summary... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-26 |
Pierre Habouzit | builtin-commit.c: export GIT_INDEX_FILE for launch_editor... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-23 |
Pierre Habouzit | parse-options: Allow to hide options from the default... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-12 |
Pierre Habouzit | Reorder diff_opt_parse options more logically per topics. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-12 |
Pierre Habouzit | Make the diff_options bitfields be an unsigned with... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-12 |
Pierre Habouzit | Use OPT_BIT in builtin-pack-refs
|
commit | commitdiff | tree |
2007-11-12 |
Pierre Habouzit | Use OPT_BIT in builtin-for-each-ref
|
commit | commitdiff | tree |
2007-11-12 |
Pierre Habouzit | Use OPT_SET_INT and OPT_BIT in builtin-branch
|
commit | commitdiff | tree |
2007-11-12 |
Pierre Habouzit | parse-options new features. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-08 |
Pierre Habouzit | sh-setup: don't let eval output to be shell-expanded. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-repack.sh to use git-rev-parse --parseopt
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-quiltimport.sh to use git-rev-parse --parseopt Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-checkout.sh to use git-rev-parse --parseopt...
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-instaweb.sh to use git-rev-parse --parseopt Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-merge.sh to use git-rev-parse --parseopt Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-am.sh to use git-rev-parse --parseopt Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-clone to use git-rev-parse --parseopt Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Migrate git-clean.sh to use git-rev-parse --parseopt. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Update git-sh-setup(1) to allow transparent use of... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Add a parseopt mode to git-rev-parse to bring parse... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-11-06 |
Pierre Habouzit | Some better parse-options documentation.
|
commit | commitdiff | tree |
2007-11-05 |
Pierre Habouzit | git-fetch: be even quieter. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-pack-refs.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-name-rev.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-count-objects.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-fsck.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-for-each-ref.c use parse-opts. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-symbolic-ref.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-update-ref.c use parse_options Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-revert.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-describe.c use parse_options Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-branch.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-mv.c use parse-options Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Make builtin-rm.c use parse_options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | parse-options: allow callbacks to take no arguments... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Add shortcuts for very often used options. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | parse-options: make some arguments optional, add callbacks. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | parse-options: be able to generate usages automatically Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-30 |
Pierre Habouzit | Add a simple option parser. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-26 |
Pierre Habouzit | fast-import.c: fix regression due to strbuf conversion Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-25 |
Pierre Habouzit | Support a --quiet option in the test-suite. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-25 |
Pierre Habouzit | Add some fancy colors in the test library when terminal... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-10-16 |
Pierre Habouzit | Fix in-place editing functions in convert.c Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-30 |
Pierre Habouzit | Make read_patch_file work on a strbuf. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-30 |
Pierre Habouzit | strbuf_read_file enhancement, and use it. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-29 |
Pierre Habouzit | strbuf change: be sure ->buf is never ever NULL. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-29 |
Pierre Habouzit | double free in builtin-update-index.c Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-26 |
Pierre Habouzit | Small cache_tree_write refactor. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-26 |
Pierre Habouzit | Make builtin-rerere use of strbuf nicer and more efficient.
|
commit | commitdiff | tree |
2007-09-26 |
Pierre Habouzit | Add strbuf_cmp.
|
commit | commitdiff | tree |
2007-09-21 |
Pierre Habouzit | sq_quote_argv and add_to_string rework with strbuf's. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-21 |
Pierre Habouzit | Full rework of quote_c_style and write_name_quoted. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-21 |
Pierre Habouzit | Rework unquote_c_style to work on a strbuf. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-21 |
Pierre Habouzit | strbuf API additions and enhancements. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-21 |
Pierre Habouzit | nfv?asprintf are broken without va_copy, workaround... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-21 |
Pierre Habouzit | Fix the expansion pattern of the pseudo-static path... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-19 |
Pierre Habouzit | Use xmemdupz() in many places. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-18 |
Pierre Habouzit | Fix lapsus in builtin-apply.c Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-18 |
Pierre Habouzit | Add xmemdupz() that duplicates a block of memory, and... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-18 |
Pierre Habouzit | fast-import optimization:
|
commit | commitdiff | tree |
2007-09-18 |
Pierre Habouzit | fast-import was using dbuf's, replace them with strbuf's. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-18 |
Pierre Habouzit | Drop strbuf's 'eof' marker, and make read_line a first... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-17 |
Pierre Habouzit | Remove preemptive allocations. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-17 |
Pierre Habouzit | Refactor replace_encoding_header. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-17 |
Pierre Habouzit | builtin-apply: use strbuf's instead of buffer_desc's. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-17 |
Pierre Habouzit | Now that cache.h needs strbuf.h, remove useless includes. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-17 |
Pierre Habouzit | Rewrite convert_to_{git,working_tree} to use strbuf's. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-17 |
Pierre Habouzit | New strbuf APIs: splice and attach. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-10 |
Pierre Habouzit | Replace all read_fd use with strbuf_read, and get rid... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-10 |
Pierre Habouzit | Use strbufs to in read_message (imap-send.c), custom... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-10 |
Pierre Habouzit | Use strbuf_read in builtin-fetch-tool.c. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-10 |
Pierre Habouzit | Rework pretty_print_commit to use strbufs instead of... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-10 |
Pierre Habouzit | Change semantics of interpolate to work like snprintf. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-10 |
Pierre Habouzit | Strbuf API extensions and fixes. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-07 |
Pierre Habouzit | Use strbuf API in cache-tree.c Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-07 |
Pierre Habouzit | Use strbuf API in buitin-rerere.c Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-07 |
Pierre Habouzit | Use strbuf API in apply, blame, commit-tree and diff Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-07 |
Pierre Habouzit | mktree: Simplify write_tree() using strbuf API Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-09-07 |
Pierre Habouzit | fast-import: Use strbuf API, and simplify cmd_data()
|
commit | commitdiff | tree |
2007-09-07 |
Pierre Habouzit | Simplify strbuf uses in archive-tar.c using strbuf API
|
commit | commitdiff | tree |
2007-09-07 |
Pierre Habouzit | Rework strbuf API and semantics. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-06-08 |
Pierre Habouzit | Missing statics. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-06-08 |
Pierre Habouzit | Active_nr is unsigned, hence can't be < 0 Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2007-06-06 |
Pierre Habouzit | $EMAIL is a last resort fallback, as it's system-wide. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-08-24 |
Pierre Habouzit | n is in fact unused, and is later shadowed. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-08-24 |
Pierre Habouzit | use name[len] in switch directly, instead of creating... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-08-24 |
Pierre Habouzit | remove ugly shadowing of loop indexes in subloops. Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-08-24 |
Pierre Habouzit | missing 'static' keywords Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-08-24 |
Pierre Habouzit | git_dir holds pointers to local strings, hence MUST... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-08-24 |
Pierre Habouzit | avoid to use error that shadows the function name,... Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |
2006-08-23 |
Pierre Habouzit | Fix a comparison bug in diff-delta.c Signed-off-by: Pierre Habouzit <madcoder@debian.org>
|
commit | commitdiff | tree |