summaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mo/status-untracked'Junio C Hamano2008-06-221-3/+15
|\
| * Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-091-1/+3
| * Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-091-3/+13
* | Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer2008-06-211-1/+2
|/
* commit: drop duplicated parentsJunio C Hamano2008-06-021-0/+9
* Merge 1.5.5.3 inJunio C Hamano2008-05-271-0/+2
|\
| * commit --interactive: properly update the index before commitingGerrit Pape2008-05-271-0/+2
* | Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-4/+4
|\ \
| * | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-4/+4
* | | Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-211-4/+5
|\ \ \
| * | | Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen2008-05-121-1/+1
| * | | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-121-3/+4
| |/ /
* | | Merge branch 'sb/committer'Junio C Hamano2008-05-141-40/+73
|\ \ \ | |/ / |/| |
| * | commit: Show committer if automaticSanti Béjar2008-05-061-3/+16
| * | commit: Show author if different from committerSanti Béjar2008-05-061-3/+23
| * | Preparation to call determine_author_info from prepare_to_commitSanti Béjar2008-05-061-39/+39
* | | Merge branch 'maint'Junio C Hamano2008-05-111-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-111-1/+1
| |\ \
| | * | builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty2008-05-111-1/+1
* | | | Avoid some unnecessary lstat() callsLinus Torvalds2008-05-101-2/+4
| |_|/ |/| |
* | | Merge branch 'maint'Junio C Hamano2008-04-271-1/+1
|\ \ \ | |/ /
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-271-1/+1
| |\ \ | | |/
| | * Remove 'header' from --signoff option descriptionDan McGee2008-04-271-1/+1
* | | Merge branch 'jc/terminator-separator'Junio C Hamano2008-04-191-1/+1
|\ \ \
| * | | log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-1/+1
* | | | Merge branch 'maint'Junio C Hamano2008-04-111-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-111-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Document option --only of git commitJohannes Sixt2008-04-111-1/+1
* | | builtin-commit.c: Remove a redundant assignment.Johannes Sixt2008-04-111-3/+1
|/ /
* | Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-091-1/+2
* | Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds2008-03-091-0/+1
* | Merge branch 'db/checkout'Junio C Hamano2008-02-271-1/+2
|\ \
| * | Allow callers of unpack_trees() to handle failureDaniel Barkalow2008-02-091-1/+2
* | | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-181-0/+4
* | | Merge branch 'pb/prepare-commit-msg'Junio C Hamano2008-02-161-108/+145
|\ \ \
| * | | git-commit: add a prepare-commit-msg hookPaolo Bonzini2008-02-061-0/+21
| * | | git-commit: Refactor creation of log message.Paolo Bonzini2008-02-061-83/+88
| * | | git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini2008-02-061-0/+2
| * | | git-commit: support variable number of hook argumentsPaolo Bonzini2008-02-061-26/+35
* | | | Merge branch 'maint'Junio C Hamano2008-02-161-0/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | commit: discard index after setting up partial commitJeff King2008-02-161-0/+4
* | | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-111-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-1/+1
* | | builtin-commit.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
* | | builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape2008-02-111-0/+1
| |/ |/|
* | Fix "git-commit -C $tag"Junio C Hamano2008-02-031-1/+1
* | git-commit: exit non-zero if we fail to commit the indexBrandon Casey2008-01-231-4/+11
|/
* Improve use of lockfile APIBrandon Casey2008-01-161-3/+6
* Make builtin-commit.c more careful about parenthoodLinus Torvalds2008-01-161-5/+19
* git-commit: fix double close(2) that can close a wrong file descriptorKristian Høgsberg2008-01-151-4/+4