Age | Commit message (Expand) | Author | Files | Lines |
2011-02-15 | pull: do not display fetch usage on --help-all | Michael J Gruber | 1 | -1/+1 |
2011-02-15 | git-tag.txt: list all modes in the description | Michael J Gruber | 1 | -5/+6 |
2011-02-15 | commit,status: describe -u likewise | Michael J Gruber | 1 | -1/+1 |
2011-02-15 | add: describe --patch like checkout, reset | Michael J Gruber | 1 | -1/+1 |
2011-02-15 | commit,merge,tag: describe -m likewise | Michael J Gruber | 3 | -5/+5 |
2011-02-15 | clone,init: describe --template using the same wording | Michael J Gruber | 2 | -3/+3 |
2011-02-15 | commit,status: describe --porcelain just like push | Michael J Gruber | 1 | -2/+2 |
2011-02-15 | commit,tag: use same wording for -F | Michael J Gruber | 2 | -2/+2 |
2011-02-14 | configure: use AC_LANG_PROGRAM consistently | Ralf Wildenhues | 2 | -39/+21 |
2011-02-14 | string_list_append: always set util pointer to NULL | Jeff King | 1 | -0/+1 |
2011-02-14 | correct type of EMPTY_TREE_SHA1_BIN | Jonathan Nieder | 4 | -4/+6 |
2011-02-11 | Git 1.7.4.1 | Junio C Hamano | 4 | -3/+31 |
2011-02-11 | Merge branch 'jc/fsck-fixes' into maint | Junio C Hamano | 1 | -9/+22 |
2011-02-11 | clone: fixup recurse_submodules option | Chris Packham | 1 | -1/+1 |
2011-02-11 | svn-fe: warn about experimental status | Jonathan Nieder | 1 | -0/+3 |
2011-02-10 | compat: helper for detecting unsigned overflow | Jonathan Nieder | 4 | -4/+11 |
2011-02-09 | Merge branch 'maint-1.7.0' into maint | Junio C Hamano | 3 | -0/+10 |
2011-02-09 | fast-import: introduce "feature notes" command | Jonathan Nieder | 3 | -0/+9 |
2011-02-09 | fast-import: clarify documentation of "feature" command | Jonathan Nieder | 1 | -20/+17 |
2011-02-09 | Documentation/merge subtree How-To: fix typo | Uwe Kleine-König | 1 | -1/+1 |
2011-02-07 | pull: Document the "--[no-]recurse-submodules" options | Jens Lehmann | 2 | -2/+9 |
2011-02-07 | quote.h: simplify the inclusion | Jonathan Nieder | 1 | -2/+1 |
2011-02-07 | sha1_object_info: examine cached_object store too | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2011-02-07 | sha1_file.c: move find_cached_object up so sha1_object_info can use it | Nguyễn Thái Ngọc Duy | 1 | -35/+35 |
2011-02-07 | Add const to parse_{commit,tag}_buffer() | Nguyễn Thái Ngọc Duy | 4 | -6/+6 |
2011-02-07 | diff: support --cached on unborn branches | Nguyễn Thái Ngọc Duy | 5 | -2/+71 |
2011-02-07 | gitweb: Mention optional Perl modules in INSTALL | Jakub Narebski | 1 | -0/+6 |
2011-02-07 | post-receive-email: suppress error if description file missing | Sitaram Chamarty | 1 | -1/+1 |
2011-02-07 | t7407: fix line endings for mingw build | Pat Thoyts | 1 | -0/+4 |
2011-02-07 | t4120-apply-popt: help systems with core.filemode=false | Johannes Sixt | 1 | -2/+7 |
2011-02-07 | t3509: use unconstrained initial test to setup repository. | Pat Thoyts | 1 | -2/+4 |
2011-02-07 | start_command: flush buffers in the WIN32 code path as well | Johannes Sixt | 1 | -1/+1 |
2011-02-06 | bundle: Use OFS_DELTA in bundle files | Shawn O. Pearce | 1 | -2/+3 |
2011-01-31 | Merge branch 'jl/fetch-submodule-recursive' into maint | Junio C Hamano | 1 | -1/+1 |
2011-01-31 | t5526: Fix wrong argument order in "git config" | Jens Lehmann | 1 | -1/+1 |
2011-01-30 | Git 1.7.4 | Junio C Hamano | 3 | -3/+11 |
2011-01-27 | fsck: do not give up too early in fsck_dir() | Junio C Hamano | 1 | -6/+12 |
2011-01-27 | fsck: drop unused parameter from traverse_one_object() | Junio C Hamano | 1 | -3/+10 |
2011-01-27 | Don't pass "--xhtml" to hightlight in gitweb.perl script. | Adam Tkac | 1 | -1/+1 |
2011-01-27 | Merge branch 'maint' | Junio C Hamano | 5 | -3/+55 |
2011-01-27 | rebase -i: clarify in-editor documentation of "exec" | Jonathan Nieder | 1 | -1/+1 |
2011-01-27 | tests: sanitize more git environment variables | Jeff King | 1 | -0/+3 |
2011-01-27 | Merge branch 'jn/fast-import-empty-tree-removal' into maint | Junio C Hamano | 2 | -0/+48 |
2011-01-27 | fast-import: treat filemodify with empty tree as delete | Jonathan Nieder | 2 | -0/+48 |
2011-01-26 | rebase: give a better error message for bogus branch | Jeff King | 1 | -0/+1 |
2011-01-26 | rebase: use explicit "--" with checkout | Jeff King | 2 | -2/+2 |
2011-01-24 | Git 1.7.4-rc3 | Junio C Hamano | 1 | -7/+1 |
2011-01-24 | Merge branch 'as/userdiff-pascal' | Junio C Hamano | 1 | -1/+1 |
2011-01-24 | Merge branch 'jn/setup-fixes' | Junio C Hamano | 6 | -4470/+743 |
2011-01-24 | t1510: fix typo in the comment of a test | Jonathan Nieder | 1 | -1/+1 |