Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse-opt: Export a non NORETURN usage dumper. | Pierre Habouzit | 2008-06-30 | 2 | -7/+26 |
* | parse-opt: have parse_options_{start,end}. | Pierre Habouzit | 2008-06-30 | 2 | -30/+55 |
* | Shrink the git binary a bit by avoiding unnecessary inline functions | Linus Torvalds | 2008-06-22 | 3 | -155/+173 |
* | Merge branch 'maint' | Junio C Hamano | 2008-06-22 | 6 | -22/+369 |
|\ | |||||
| * | Extend parse-options test suite | Stephan Beyer | 2008-06-22 | 2 | -11/+144 |
| * | api-parse-options.txt: Introduce documentation for parse options API | Stephan Beyer | 2008-06-22 | 1 | -2/+202 |
| * | parse-options.c: fix documentation syntax of optional arguments | Michele Ballabio | 2008-06-22 | 2 | -4/+13 |
| * | api-builtin.txt: update and fix typo | Stephan Beyer | 2008-06-22 | 1 | -5/+10 |
* | | Merge branch 'rs/archive-ignore' | Junio C Hamano | 2008-06-22 | 6 | -0/+33 |
|\ \ | |||||
| * | | Teach new attribute 'export-ignore' to git-archive | René Scharfe | 2008-06-09 | 6 | -0/+33 |
* | | | Merge branch 'lt/racy-empty' | Junio C Hamano | 2008-06-22 | 1 | -0/+16 |
|\ \ \ | |||||
| * | | | racy-git: an empty blob has a fixed object name | Linus Torvalds | 2008-06-19 | 1 | -0/+16 |
* | | | | Merge branch 'sn/static' | Junio C Hamano | 2008-06-22 | 3 | -10/+1 |
|\ \ \ \ | |||||
| * | | | | config.c: make git_env_bool() static | しらいしななこ | 2008-06-19 | 2 | -2/+1 |
| * | | | | environment.c: remove unused function | しらいしななこ | 2008-06-19 | 2 | -8/+0 |
* | | | | | Merge branch 'jc/maint-combine-diff-pre-context' | Junio C Hamano | 2008-06-22 | 1 | -2/+5 |
|\ \ \ \ \ | |||||
| * | | | | | diff -c/--cc: do not include uninteresting deletion before leading context | Junio C Hamano | 2008-06-18 | 1 | -2/+5 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'lt/maint-gitdir-relative' | Junio C Hamano | 2008-06-22 | 3 | -1/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Make git_dir a path relative to work_tree in setup_work_tree() | Linus Torvalds | 2008-06-19 | 3 | -1/+20 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'jk/test' | Junio C Hamano | 2008-06-22 | 17 | -154/+153 |
|\ \ \ \ \ | |||||
| * | | | | | enable whitespace checking of test scripts | Jeff King | 2008-06-14 | 1 | -1/+0 |
| * | | | | | avoid trailing whitespace in zero-change diffstat lines | Jeff King | 2008-06-14 | 2 | -8/+9 |
| * | | | | | avoid whitespace on empty line in automatic usage message | Jeff King | 2008-06-14 | 2 | -3/+7 |
| * | | | | | mask necessary whitespace policy violations in test scripts | Jeff King | 2008-06-14 | 8 | -136/+131 |
| * | | | | | fix whitespace violations in test scripts | Jeff King | 2008-06-14 | 4 | -6/+6 |
* | | | | | | Merge branch 'pb/fast-export' | Junio C Hamano | 2008-06-22 | 3 | -6/+137 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin-fast-export: Add importing and exporting of revision marks | Pieter de Bie | 2008-06-19 | 3 | -6/+137 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'mo/status-untracked' | Junio C Hamano | 2008-06-22 | 6 | -12/+176 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add configuration option for default untracked files mode | Marius Storm-Olsen | 2008-06-09 | 4 | -0/+54 |
| * | | | | | | Add argument 'no' commit/status option -u|--untracked-files | Marius Storm-Olsen | 2008-06-09 | 5 | -6/+34 |
| * | | | | | | Add an optional <mode> argument to commit/status -u|--untracked-files option | Marius Storm-Olsen | 2008-06-09 | 5 | -10/+92 |
* | | | | | | | Merge branch 'kh/update-ref' | Junio C Hamano | 2008-06-22 | 3 | -17/+29 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Make old sha1 optional with git update-ref -d | Karl Hasselström | 2008-06-02 | 3 | -4/+12 |
| * | | | | | | | Clean up builtin-update-ref's option parsing | Karl Hasselström | 2008-06-02 | 1 | -15/+19 |
* | | | | | | | | Merge branch 'jn/web' | Junio C Hamano | 2008-06-22 | 1 | -49/+62 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | gitweb: Separate generating 'sort by' table header | Jakub Narebski | 2008-06-10 | 1 | -37/+39 |
| * | | | | | | | | gitweb: Separate filling list of projects info | Jakub Narebski | 2008-06-10 | 1 | -12/+23 |
* | | | | | | | | | Merge branch 'rg/gitweb' | Junio C Hamano | 2008-06-22 | 1 | -99/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | gitweb: remove git_blame and rename git_blame2 to git_blame | Rafael Garcia-Suarez | 2008-06-09 | 1 | -99/+2 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Correct documentation for git-push --mirror | Shawn O. Pearce | 2008-06-21 | 1 | -1/+2 |
* | | | | | | | | | t/README: Add 'Skipping Tests' section below 'Running Tests' | Jakub Narebski | 2008-06-21 | 1 | -0/+28 |
* | | | | | | | | | Print errno upon failure to open the COMMIT_EDITMSG file | Cristian Peraferrer | 2008-06-21 | 1 | -1/+2 |
* | | | | | | | | | Add target "install-html" the the top level Makefile | Teemu Likonen | 2008-06-21 | 1 | -0/+3 |
* | | | | | | | | | bash: Add more option completions for 'git log' | Teemu Likonen | 2008-06-20 | 1 | -0/+3 |
* | | | | | | | | | Add a helper script to send patches with Mozilla Thunderbird | Lukas Sandström | 2008-06-19 | 3 | -0/+80 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-19 | 4 | -3/+9 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Documentation: fix formatting in git-svn | Jan Krüger | 2008-06-19 | 1 | -1/+2 |
| * | | | | | | | | t7502-commit.sh: test_must_fail doesn't work with inline environment variables | Brandon Casey | 2008-06-19 | 1 | -1/+5 |
| * | | | | | | | | completion: add --graph to log command completion | Dan McGee | 2008-06-19 | 1 | -0/+1 |
| * | | | | | | | | git-merge.sh: fix typo in usage message: sucesses --> succeeds | Brandon Casey | 2008-06-19 | 1 | -1/+1 |
| | |_|_|_|/ / / | |/| | | | | | |