summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revisions: refactor handle_revision_opt into parse_revision_opt.Pierre Habouzit2008-07-094-23/+23
* git-shortlog: migrate to parse-options partially.Pierre Habouzit2008-07-091-58/+77
* git-blame: fix lapsusPierre Habouzit2008-07-091-1/+1
* git-blame: migrate to incremental parse-option [2/2]Pierre Habouzit2008-07-081-92/+38
* git-blame: migrate to incremental parse-option [1/2]Pierre Habouzit2008-07-081-102/+118
* revisions: split handle_revision_opt() from setup_revisions()Pierre Habouzit2008-07-082-326/+226
* Merge branch 'jc/blame' (early part) into HEADJunio C Hamano2008-07-085-61/+199
|\
| * git-blame --reverseJunio C Hamano2008-04-121-16/+65
| * builtin-blame.c: allow more than 16 parentsJunio C Hamano2008-04-121-32/+61
| * builtin-blame.c: move prepare_final() into a separate function.Junio C Hamano2008-04-121-23/+33
| * rev-list --childrenJunio C Hamano2008-04-122-0/+14
| * revision traversal: --children optionJunio C Hamano2008-04-122-3/+38
* | parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option.Pierre Habouzit2008-06-302-0/+2
* | parse-opt: fake short strings for callers to believe in.Pierre Habouzit2008-06-302-0/+16
* | parse-opt: do not print errors on unknown options, return -2 intead.Pierre Habouzit2008-06-301-13/+30
* | parse-opt: create parse_options_step.Pierre Habouzit2008-06-302-39/+56
* | parse-opt: Export a non NORETURN usage dumper.Pierre Habouzit2008-06-302-7/+26
* | parse-opt: have parse_options_{start,end}.Pierre Habouzit2008-06-302-30/+55
* | Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds2008-06-223-155/+173
* | Merge branch 'maint'Junio C Hamano2008-06-226-22/+369
|\ \
| * | Extend parse-options test suiteStephan Beyer2008-06-222-11/+144
| * | api-parse-options.txt: Introduce documentation for parse options APIStephan Beyer2008-06-221-2/+202
| * | parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2008-06-222-4/+13
| * | api-builtin.txt: update and fix typoStephan Beyer2008-06-221-5/+10
* | | Merge branch 'rs/archive-ignore'Junio C Hamano2008-06-226-0/+33
|\ \ \
| * | | Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-096-0/+33
* | | | Merge branch 'lt/racy-empty'Junio C Hamano2008-06-221-0/+16
|\ \ \ \
| * | | | racy-git: an empty blob has a fixed object nameLinus Torvalds2008-06-191-0/+16
* | | | | Merge branch 'sn/static'Junio C Hamano2008-06-223-10/+1
|\ \ \ \ \
| * | | | | config.c: make git_env_bool() staticしらいしななこ2008-06-192-2/+1
| * | | | | environment.c: remove unused functionしらいしななこ2008-06-192-8/+0
* | | | | | Merge branch 'jc/maint-combine-diff-pre-context'Junio C Hamano2008-06-221-2/+5
|\ \ \ \ \ \
| * | | | | | diff -c/--cc: do not include uninteresting deletion before leading contextJunio C Hamano2008-06-181-2/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'lt/maint-gitdir-relative'Junio C Hamano2008-06-223-1/+20
|\ \ \ \ \ \
| * | | | | | Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds2008-06-193-1/+20
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/test'Junio C Hamano2008-06-2217-154/+153
|\ \ \ \ \ \
| * | | | | | enable whitespace checking of test scriptsJeff King2008-06-141-1/+0
| * | | | | | avoid trailing whitespace in zero-change diffstat linesJeff King2008-06-142-8/+9
| * | | | | | avoid whitespace on empty line in automatic usage messageJeff King2008-06-142-3/+7
| * | | | | | mask necessary whitespace policy violations in test scriptsJeff King2008-06-148-136/+131
| * | | | | | fix whitespace violations in test scriptsJeff King2008-06-144-6/+6
* | | | | | | Merge branch 'pb/fast-export'Junio C Hamano2008-06-223-6/+137
|\ \ \ \ \ \ \
| * | | | | | | builtin-fast-export: Add importing and exporting of revision marksPieter de Bie2008-06-193-6/+137
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'mo/status-untracked'Junio C Hamano2008-06-226-12/+176
|\ \ \ \ \ \ \
| * | | | | | | Add configuration option for default untracked files modeMarius Storm-Olsen2008-06-094-0/+54
| * | | | | | | Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-095-6/+34
| * | | | | | | Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-095-10/+92
* | | | | | | | Merge branch 'kh/update-ref'Junio C Hamano2008-06-223-17/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Make old sha1 optional with git update-ref -dKarl Hasselström2008-06-023-4/+12
| * | | | | | | | Clean up builtin-update-ref's option parsingKarl Hasselström2008-06-021-15/+19