aboutsummaryrefslogtreecommitdiffstats
path: root/git-merge-one-file.sh
AgeCommit message (Expand)AuthorFilesLines
2018-05-02merge-one-file: compute empty blob object IDbrian m. carlson1-1/+1
2017-08-07scripts: use "git foo" not "git-foo"Michael Forney1-4/+4
2016-02-26Merge branch 'jk/no-diff-emit-common'Junio C Hamano1-2/+1
2016-02-22merge-one-file: use empty blob for add/add baseJeff King1-2/+1
2015-10-26merge: detect delete/modechange conflictJeff King1-0/+8
2013-03-26Merge branch 'kb/p4merge'Junio C Hamano1-33/+28
2013-03-25merge-one-file: force content conflict for "both sides added" caseJunio C Hamano1-5/+2
2013-03-25git-merge-one-file: send "ERROR:" messages to stderrKevin Bracey1-7/+7
2013-03-25git-merge-one-file: style cleanupKevin Bracey1-9/+17
2013-03-25merge-one-file: remove stale commentJunio C Hamano1-2/+0
2013-03-13mergetools/p4merge: create a base if none availableKevin Bracey1-13/+5
2013-02-24git-merge-one-file: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2011-10-13Merge branch 'js/maint-merge-one-file-osx-expr'Junio C Hamano1-1/+1
2011-10-06merge-one-file: fix "expr: non-numeric argument"Jay Soffian1-1/+1
2011-05-06Merge branch 'jk/merge-one-file-working-tree'Junio C Hamano1-1/+6
2011-04-29merge-one-file: fix broken merges with alternate work treesJeff King1-1/+6
2010-06-05build: propagate $DIFF to scriptsJunio C Hamano1-1/+1
2010-05-31Do not use "diff" found on PATH while building and installingGary V. Vaughan1-1/+1
2009-11-10Show usage string for 'git merge-one-file -h'Jonathan Nieder1-0/+12
2009-05-09Clarify kind of conflict in merge-one-file helperAlex Riesen1-2/+9
2008-03-18git-merge-one-file: fix longstanding stupid thinkoJunio C Hamano1-2/+3
2007-12-11Support a merge with conflicting gitlink changeJunio C Hamano1-0/+4
2007-07-08Fix merge-one-file for our-side-added/our-side-removed casesJunio C Hamano1-4/+6
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-11/+11
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2006-12-21Use git-merge-file in git-merge-one-file, tooJohannes Schindelin1-1/+1
2006-10-27merge: loosen overcautious "working file will be lost" check.Junio C Hamano1-1/+15
2006-07-10Fix more typos, primarily in the codePavel Roskin1-1/+1
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-1/+1
2006-01-05trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen1-2/+2
2005-12-07git-merge-one: new merge world order.Junio C Hamano1-16/+9
2005-12-06git-merge-one-file: resurrect leading path creation.Junio C Hamano1-2/+10
2005-12-02merge-one-file: make sure we do not mismerge symbolic links.Junio C Hamano1-0/+8
2005-12-02merge-one-file: make sure we create the merged file.Junio C Hamano1-1/+7
2005-12-01git-merge-one-file: do not worry about 'rmdir -p' not removing directory.Junio C Hamano1-1/+1
2005-11-30merge-one-file: leave unmerged index entries upon automerge failure.Linus Torvalds1-5/+1
2005-11-20merge-one-file: use rmdir -pJunio C Hamano1-5/+1
2005-11-19merge-one-file: remove empty directoriesJunio C Hamano1-1/+6
2005-11-11merge-one-file: use empty- or common-base condintionally in two-stage merge.Junio C Hamano1-0/+6
2005-11-11merge-one-file: use common as base, instead of emptiness.Junio C Hamano1-2/+4
2005-11-11merge with /dev/null as base, instead of punting O==empty caseJunio C Hamano1-4/+16
2005-09-07Big tool rename.Junio C Hamano1-0/+88