aboutsummaryrefslogtreecommitdiffstats
path: root/merge-index.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-22make "merge-index" a built-inLinus Torvalds1-114/+0
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt1-29/+13
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev1-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-3/+3
2008-02-22git-merge-index documentation: clarify synopsisGerrit Pape1-1/+1
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-03-19Fix merge-indexJunio C Hamano1-1/+2
2007-03-12Use run_command within merge-indexShawn O. Pearce1-18/+5
2007-02-25merge-index: fix longstanding bug in merging symlinksJunio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-4/+0
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-15use appropriate typedefsDavid Rientjes1-1/+2
2006-06-26Solaris needs inclusion of signal.h for signal()Dennis Stosberg1-0/+1
2006-06-19Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano1-0/+5
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano1-0/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+135