Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'bc/master-diff-hunk-header-fix' | Shawn O. Pearce | 2008-09-29 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'maint' into bc/master-diff-hunk-header-fix | Shawn O. Pearce | 2008-09-29 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Clarify commit error message for unmerged files | Rafael Garcia-Suarez | 2008-09-29 | 1 | -1/+1 | |
* | | | builtin-commit: use commit_tree() | Miklos Vajna | 2008-09-10 | 1 | -51/+16 | |
|/ / | ||||||
* | | Merge branch 'jc/author-nickname' | Junio C Hamano | 2008-09-02 | 1 | -0/+28 | |
|\ \ | ||||||
| * | | git commit --author=$name: look $name up in existing commits | Junio C Hamano | 2008-08-30 | 1 | -0/+28 | |
| |/ | ||||||
* | | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 2008-08-31 | 1 | -1/+1 | |
|/ | ||||||
* | pretty=format: respect date format options | Jeff King | 2008-08-29 | 1 | -1/+1 | |
* | Sync with 1.5.6.5 | Junio C Hamano | 2008-08-06 | 1 | -4/+7 | |
|\ | ||||||
| * | Files given on the command line are relative to $cwd | Junio C Hamano | 2008-08-06 | 1 | -4/+7 | |
* | | Compact commit template message | Jeff King | 2008-07-31 | 1 | -7/+12 | |
* | | Advertise the ability to abort a commit | Anders Melchiorsen | 2008-07-30 | 1 | -0/+1 | |
* | | editor.c: Libify launch_editor() | Stephan Beyer | 2008-07-25 | 1 | -1/+5 | |
* | | Make non-static functions, that may be static, static | Stephan Beyer | 2008-07-23 | 1 | -1/+1 | |
* | | builtin-commit: Two trivial style-cleanups | Johannes Schindelin | 2008-07-23 | 1 | -4/+3 | |
* | | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 1 | -10/+10 | |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -2/+2 | |
* | | | rerere: Separate libgit and builtin functions | Stephan Beyer | 2008-07-10 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge branch 'qq/maint' | Junio C Hamano | 2008-07-05 | 1 | -7/+4 | |
|\ \ | |/ | ||||||
| * | builtin-commit.c: Use 'git_config_string' to get 'commit.template' | Brian Hetro | 2008-07-05 | 1 | -7/+4 | |
* | | Merge branch 'mo/status-untracked' | Junio C Hamano | 2008-06-22 | 1 | -3/+15 | |
|\ \ | ||||||
| * | | Add argument 'no' commit/status option -u|--untracked-files | Marius Storm-Olsen | 2008-06-09 | 1 | -1/+3 | |
| * | | Add an optional <mode> argument to commit/status -u|--untracked-files option | Marius Storm-Olsen | 2008-06-09 | 1 | -3/+13 | |
| |/ | ||||||
* | | Print errno upon failure to open the COMMIT_EDITMSG file | Cristian Peraferrer | 2008-06-21 | 1 | -1/+2 | |
|/ | ||||||
* | commit: drop duplicated parents | Junio C Hamano | 2008-06-02 | 1 | -0/+9 | |
* | Merge 1.5.5.3 in | Junio C Hamano | 2008-05-27 | 1 | -0/+2 | |
|\ | ||||||
| * | commit --interactive: properly update the index before commiting | Gerrit Pape | 2008-05-27 | 1 | -0/+2 | |
* | | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -4/+4 | |
* | | | Merge branch 'ar/add-unreadable' | Junio C Hamano | 2008-05-21 | 1 | -4/+5 | |
|\ \ \ | ||||||
| * | | | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 2008-05-12 | 1 | -1/+1 | |
| * | | | Make the exit code of add_file_to_index actually useful | Alex Riesen | 2008-05-12 | 1 | -3/+4 | |
| |/ / | ||||||
* | | | Merge branch 'sb/committer' | Junio C Hamano | 2008-05-14 | 1 | -40/+73 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | commit: Show committer if automatic | Santi Béjar | 2008-05-06 | 1 | -3/+16 | |
| * | | commit: Show author if different from committer | Santi Béjar | 2008-05-06 | 1 | -3/+23 | |
| * | | Preparation to call determine_author_info from prepare_to_commit | Santi Béjar | 2008-05-06 | 1 | -39/+39 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-05-11 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-05-11 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | builtin-commit.c: add -u as short name for --untracked-files | Sitaram Chamarty | 2008-05-11 | 1 | -1/+1 | |
* | | | | Avoid some unnecessary lstat() calls | Linus Torvalds | 2008-05-10 | 1 | -2/+4 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'maint' | Junio C Hamano | 2008-04-27 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-27 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Remove 'header' from --signoff option description | Dan McGee | 2008-04-27 | 1 | -1/+1 | |
* | | | Merge branch 'jc/terminator-separator' | Junio C Hamano | 2008-04-19 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 2008-04-10 | 1 | -1/+1 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-04-11 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-11 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Document option --only of git commit | Johannes Sixt | 2008-04-11 | 1 | -1/+1 | |
* | | | builtin-commit.c: Remove a redundant assignment. | Johannes Sixt | 2008-04-11 | 1 | -3/+1 | |
|/ / |