summaryrefslogtreecommitdiffstats
path: root/graph.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-27index-pack: be careful after fixing up the header/footerLinus Torvalds2-1/+1
2008-08-27Make it possible to abort the submission of a change to PerforceSimon Hausmann1-8/+23
2008-08-27format-patch: use default diff format even with patch optionsJeff King2-1/+27
2008-08-27index-pack: setup git repositoryNguyễn Thái Ngọc Duy1-0/+2
2008-08-27Suppress some bash redirection error messagesRamsay Jones3-10/+4
2008-08-27Fix a warning (on cygwin) to allow -WerrorRamsay Jones1-1/+2
2008-08-26Makefile: always provide a fallback when hardlinks failAndreas Färber1-11/+11
2008-08-26git-submodule: add "sync" commandDavid Aguilar2-2/+55
2008-08-26Revert "Build-in "git-shell""Junio C Hamano4-6/+3
2008-08-25Fix "git log -i --grep"Jeff King4-24/+38
2008-08-25Install git-shell in bindir, tooTommi Virtanen1-1/+1
2008-08-24GIT 1.6.0.1v1.6.0.1Junio C Hamano1-6/+11
2008-08-24git-submodule - Use "get_default_remote" from git-parse-remoteMark Levedahl1-3/+2
2008-08-24Documentation: clarify pager configurationJonathan Nieder2-3/+9
2008-08-24Documentation: clarify pager.<cmd> configurationJonathan Nieder1-3/+5
2008-08-24Clean up the git-p4 documentationSimon Hausmann1-31/+38
2008-08-24Respect core.autocrlf in combined diffAlexander Gavrilov2-0/+28
2008-08-24Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UXMiklos Vajna1-0/+1
2008-08-24merge: fix numerus bugs around "trivial merge" areaJunio C Hamano4-8/+32
2008-08-24unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano3-2/+6
2008-08-23git-p4: Fix one-liner in p4_write_pipe function.Tor Arvid Lund1-1/+1
2008-08-23git-submodule: replace duplicated code with a module_list functionDavid Aguilar1-4/+13
2008-08-23discard revindex data when pack list changesNicolas Pitre5-1/+22
2008-08-23git-merge documentation: more details about resolving conflictsDan Hensgen1-6/+18
2008-08-23Extend "checkout --track" DWIM to support more casesAlex Riesen4-17/+46
2008-08-23Revert "Convert output messages in merge-recursive to past tense."Jonathan del Strother1-18/+18
2008-08-23Completion: add missing '=' for 'diff --diff-filter'Eric Raible1-1/+1
2008-08-22templates/Makefile: install is unnecessary, just use mkdir -pJunio C Hamano1-2/+2
2008-08-22remote.c: add a function for deleting a refspec array and use it (twice)Brandon Casey2-2/+28
2008-08-22filter-branch: Grok special characters in tag namesJohannes Sixt2-5/+15
2008-08-22test-lib: do not remove trash_directory if called with --debugJohannes Schindelin1-1/+1
2008-08-22provide more errors for the "merge into empty head" casePaolo Bonzini1-0/+5
2008-08-22Make reflog query '@{1219188291}' act as '@{2008.8.19.16:24:51.-0700}'Shawn O. Pearce1-1/+4
2008-08-22config.mak.in: Pass on LDFLAGS from configureNeil Roberts1-0/+1
2008-08-22Fix 'git help help'Miklos Vajna1-1/+2
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey1-0/+4
2008-08-21Teach "git diff -p" HTML funcname patternsJohan Herland2-2/+5
2008-08-21Teach "git diff -p" Python funcname patternsKirill Smelkov2-0/+3
2008-08-21git-svn: fix dcommit to urls with embedded usernamesEric Wong1-3/+5
2008-08-21revision.h: make show_early_output an extern which is defined in revision.cBrandon Casey1-1/+1
2008-08-21Update draft release notes for 1.6.1Junio C Hamano1-5/+21
2008-08-21Update draft release notes for 1.6.0.1Junio C Hamano1-2/+18
2008-08-21Add hints to revert documentation about other ways to undo changesTarmigan Casebolt1-0/+9
2008-08-21Install templates with the user and group of the installing personalityJohannes Sixt1-1/+1
2008-08-21"git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2-1/+11
2008-08-21completion: find out supported merge strategies correctlyJunio C Hamano1-6/+8
2008-08-20decorate: allow const objects to be decoratedJeff King2-8/+9
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano2-1/+13
2008-08-20diff --check: do not get confused by new blank lines in the middleJunio C Hamano2-0/+12
2008-08-20Build-in "git-shell"Junio C Hamano4-3/+6