summaryrefslogtreecommitdiffstats
path: root/git-sh-setup.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-07t0060: move tests of real_path() from t0000 to hereMichael Haggerty2-18/+19
2012-08-24Prepare for 1.7.11.6Junio C Hamano2-1/+35
2012-08-24Make the ciabot scripts completely self-configuring in the normal case.Eric S. Raymond4-37/+72
2012-08-24Improved documentation for the ciabot scripts.Eric S. Raymond2-2/+50
2012-08-22contrib/ciabot: Get ciabot configuration from git variablesEric S. Raymond2-118/+156
2012-08-17man: git pull -r is a short for --rebaseMiklos Vajna1-0/+1
2012-08-17gitcli: describe abbreviation of long optionsJunio C Hamano1-0/+8
2012-08-15Git 1.7.11.5v1.7.11.5Junio C Hamano3-2/+11
2012-08-15rev-list docs: clarify --topo-order descriptionJunio C Hamano1-7/+24
2012-08-15Documentation/CodingGuidelines: spell out more shell guidelinesHeiko Voigt1-0/+8
2012-08-07Enable HAVE_DEV_TTY for SolarisBen Walton1-0/+1
2012-08-07terminal: seek when switching between reading and writingJeff King1-0/+1
2012-08-07Prepare for 1.7.11.5Junio C Hamano2-1/+29
2012-08-07doc: A few minor copy edits.Štěpán Němec5-10/+10
2012-08-06Documentation: do not mention .git/refs/* directoriesJunio C Hamano7-16/+27
2012-08-05tests: Introduce test_seqMichał Kiedrowicz3-2/+23
2012-07-30Git 1.7.11.4v1.7.11.4Junio C Hamano4-3/+35
2012-07-30t7810-*.sh: Remove redundant testRamsay Jones1-11/+0
2012-07-30link_alt_odb_entry: fix read over array bounds reported by valgrindHeiko Voigt1-1/+1
2012-07-26checkout: don't confuse ref and object flagsJeff King1-1/+1
2012-07-25Enumerate revision range specifiers in the documentationJunio C Hamano1-0/+31
2012-07-24commit: document the temporary commit message fileJeff King1-0/+9
2012-07-23mergetool: support --tool-help option like difftool doesJunio C Hamano3-5/+49
2012-07-23commit: check committer identity more strictlyJeff King1-1/+1
2012-07-23advice: pass varargs to strbuf_vaddf, not strbuf_addfJeff King1-1/+1
2012-07-23Makefile: BLK_SHA1 does not require fast htonl() and unaligned loadsJonathan Nieder1-3/+2
2012-07-23Makefile: fix location of listing produced by "make subdir/foo.s"Jonathan Nieder1-1/+1
2012-07-23block-sha1: put expanded macro parameters in parenthesesJonathan Nieder1-2/+2
2012-07-23block-sha1: avoid pointer conversion that violates alignment constraintsJonathan Nieder1-3/+3
2012-07-22Git 1.7.11.3v1.7.11.3Junio C Hamano4-3/+57
2012-07-19diff: test precedence of external diff driversJeff King1-0/+40
2012-07-18diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2-3/+24
2012-07-17Revert "git-commit-tree(1): update synopsis"Junio C Hamano1-1/+1
2012-07-17commit-tree: resurrect command line parsing updatesJunio C Hamano2-3/+17
2012-07-16Documentation/git-daemon: add missing wordMichael Schubert1-1/+1
2012-07-14am: indicate where a failed patch is to be foundPaul Gortmaker2-0/+8
2012-07-12t7003: add test to filter a branch with a commit at epochJunio C Hamano2-3/+13
2012-07-12date.c: Fix off by one error in object-header date parsingJunio C Hamano1-1/+1
2012-07-12submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann2-2/+17
2012-07-11Git 1.7.11.2v1.7.11.2Junio C Hamano4-3/+57
2012-07-11cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2-4/+48
2012-07-10commit: fix "--amend --only" with no pathspecJeff King2-1/+14
2012-07-10add: create ADD_EDIT.patch with mode 0666Jeff King1-1/+1
2012-07-10filter-branch: do not forget the '@' prefix to force git-timestampJunio C Hamano1-1/+1
2012-07-10rerere: make rr-cache fanout directory honor umaskJunio C Hamano1-1/+1
2012-07-09Restore umasks influence on the permissions of work tree created by cloneAlex Riesen1-1/+1
2012-07-09Allow edit of empty message with commit --amendChris Webb2-1/+16
2012-07-06Make <refname> documentation more consistent.Max Horn1-6/+6
2012-07-03push: don't guess at qualifying remote refs on deletionJeff King1-0/+3
2012-07-02blame: compute abbreviation width that ensures uniquenessJunio C Hamano1-4/+21