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