aboutsummaryrefslogtreecommitdiff
path: root/builtin-commit.c
Commit message (Expand)AuthorAge
* Merge branch 'qq/maint'Junio C Hamano2008-07-05
|\
| * builtin-commit.c: Use 'git_config_string' to get 'commit.template'Brian Hetro2008-07-05
* | Merge branch 'mo/status-untracked'Junio C Hamano2008-06-22
|\ \
| * | Add argument 'no' commit/status option -u|--untracked-filesMarius Storm-Olsen2008-06-09
| * | Add an optional <mode> argument to commit/status -u|--untracked-files optionMarius Storm-Olsen2008-06-09
| |/
* | Print errno upon failure to open the COMMIT_EDITMSG fileCristian Peraferrer2008-06-21
|/
* commit: drop duplicated parentsJunio C Hamano2008-06-02
* Merge 1.5.5.3 inJunio C Hamano2008-05-27
|\
| * commit --interactive: properly update the index before commitingGerrit Pape2008-05-27
* | Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\ \
| * | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | | Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-21
|\ \ \
| * | | Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen2008-05-12
| * | | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-12
| |/ /
* | | Merge branch 'sb/committer'Junio C Hamano2008-05-14
|\ \ \ | |/ / |/| |
| * | commit: Show committer if automaticSanti Béjar2008-05-06
| * | commit: Show author if different from committerSanti Béjar2008-05-06
| * | Preparation to call determine_author_info from prepare_to_commitSanti Béjar2008-05-06
* | | Merge branch 'maint'Junio C Hamano2008-05-11
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-05-11
| |\ \
| | * | builtin-commit.c: add -u as short name for --untracked-filesSitaram Chamarty2008-05-11
* | | | Avoid some unnecessary lstat() callsLinus Torvalds2008-05-10
| |_|/ |/| |
* | | Merge branch 'maint'Junio C Hamano2008-04-27
|\ \ \ | |/ /
| * | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-27
| |\ \ | | |/
| | * Remove 'header' from --signoff option descriptionDan McGee2008-04-27
* | | Merge branch 'jc/terminator-separator'Junio C Hamano2008-04-19
|\ \ \
| * | | log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-10
* | | | Merge branch 'maint'Junio C Hamano2008-04-11
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-11
| |\ \ \ | | |/ / | |/| / | | |/
| | * Document option --only of git commitJohannes Sixt2008-04-11
* | | builtin-commit.c: Remove a redundant assignment.Johannes Sixt2008-04-11
|/ /
* | Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-09
* | Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds2008-03-09
* | Merge branch 'db/checkout'Junio C Hamano2008-02-27
|\ \
| * | Allow callers of unpack_trees() to handle failureDaniel Barkalow2008-02-09
* | | Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-18
* | | Merge branch 'pb/prepare-commit-msg'Junio C Hamano2008-02-16
|\ \ \
| * | | git-commit: add a prepare-commit-msg hookPaolo Bonzini2008-02-06
| * | | git-commit: Refactor creation of log message.Paolo Bonzini2008-02-06
| * | | git-commit: set GIT_EDITOR=: if editor will not be launchedPaolo Bonzini2008-02-06
| * | | git-commit: support variable number of hook argumentsPaolo Bonzini2008-02-06
* | | | Merge branch 'maint'Junio C Hamano2008-02-16
|\ \ \ \ | | |_|/ | |/| |
| * | | commit: discard index after setting up partial commitJeff King2008-02-16
* | | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
* | | builtin-commit.c: guard config parser from value=NULLJunio C Hamano2008-02-11
* | | builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape2008-02-11
| |/ |/|
* | Fix "git-commit -C $tag"Junio C Hamano2008-02-03
* | git-commit: exit non-zero if we fail to commit the indexBrandon Casey2008-01-23
|/
* Improve use of lockfile APIBrandon Casey2008-01-16