summaryrefslogtreecommitdiff
path: root/builtin-merge.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-merge-msg-fix'Junio C Hamano2009-08-161-8/+12
|\
| * merge: indicate remote tracking branches in merge messageJeff King2009-08-091-0/+5
| * merge: fix incorrect merge message for ambiguous tag/branchJeff King2009-08-091-8/+7
* | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-101-1/+1
|\ \ | |/ |/|
| * run_command: return exit code as positive valueJohannes Sixt2009-07-051-1/+1
* | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-13/+16
|\ \ | |/ |/|
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-9/+12
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-4/+4
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-2/+2
* | Merge branch 'cb/maint-no-double-merge'Junio C Hamano2009-06-131-1/+4
|\ \ | |/ |/|
| * refuse to merge during a mergeClemens Buchacher2009-06-011-1/+4
* | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-2/+2
|/
* Merge branch 'maint'Junio C Hamano2009-04-281-1/+1
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-281-1/+1
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-281-1/+1
| | |\
| | | * builtin-merge: fix a typo in an error messageAllan Caffee2009-04-271-1/+1
* | | | strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-221-3/+2
* | | | Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-221-1/+1
* | | | Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-181-1/+1
|/ / /
* | | Teach @{-1} to git mergeJunio C Hamano2009-02-131-3/+12
* | | Replace deprecated dashed git commands in usageAlexander Potashev2009-02-041-2/+2
* | | Move run_hook() from builtin-commit.c into run-command.c (libgit)Stephan Beyer2009-01-171-30/+1
|/ /
* | Make some of fwrite/fclose/write/close failures visibleAlex Riesen2008-12-041-2/+4
* | Teach/Fix pull/fetch -q/-v optionsTuncer Ayaz2008-11-141-7/+14
* | Merge branch 'mv/merge-noff'Junio C Hamano2008-10-191-0/+10
|\ \
| * | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-031-0/+10
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-18/+9
* | | Merge branch 'mv/merge-refresh'Shawn O. Pearce2008-10-091-0/+10
|\ \ \
| * | | builtin-merge: refresh the index before calling a strategyMiklos Vajna2008-10-031-0/+10
| |/ /
* | | Merge branch 'maint'Shawn O. Pearce2008-10-091-2/+2
|\ \ \ | | |/ | |/|
| * | builtin-merge.c: allocate correct amount of memoryBrandon Casey2008-10-091-2/+2
* | | Replace xmalloc/memset(0) pairs with xcallocBrandon Casey2008-10-081-2/+1
| |/ |/|
* | Merge branch 'mv/merge-recursive'Shawn O. Pearce2008-09-251-29/+64
|\ \
| * | builtin-merge: release the lockfile in try_merge_strategy()Miklos Vajna2008-09-061-0/+1
| * | builtin-merge: avoid run_command_v_opt() for recursive and subtreeMiklos Vajna2008-08-301-29/+63
* | | Merge branch 'mv/commit-tree'Shawn O. Pearce2008-09-251-2/+2
|\ \ \
| * | | commit_tree(): add a new author parameterMiklos Vajna2008-09-101-2/+2
| |/ /
* | | Merge branch 'maint'Shawn O. Pearce2008-09-251-0/+2
|\ \ \ | |/ / |/| / | |/
| * maint: check return of split_cmdline to avoid bad config stringsDeskin Miller2008-09-241-0/+2
* | Remove useless memset of static command name lists in builtin-merge.cAlex Riesen2008-08-281-2/+0
* | Remove calculation of the longest command name from where it is not usedAlex Riesen2008-08-281-4/+4
* | Merge branch 'mv/merge-custom'Junio C Hamano2008-08-271-7/+43
|\ \
| * | Fix "git-merge -s bogo" help textJunio C Hamano2008-08-201-3/+11
| * | builtin-merge: allow using a custom strategyMiklos Vajna2008-07-291-7/+35
* | | Merge branch 'maint' to sync with 1.6.0.1Junio C Hamano2008-08-241-7/+9
|\ \ \ | | |/ | |/|
| * | merge: fix numerus bugs around "trivial merge" areaJunio C Hamano2008-08-231-7/+9
* | | provide more errors for the "merge into empty head" casePaolo Bonzini2008-08-211-0/+5
|/ /
* | "git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2008-08-201-1/+1
* | Fix merge name generation in "merge in C"Junio C Hamano2008-07-301-2/+2
|/
* Make non-static functions, that may be static, staticStephan Beyer2008-07-231-1/+1