summaryrefslogtreecommitdiffstats
path: root/varint.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-14Sixth batch for 1.7.12Junio C Hamano1-0/+33
2012-07-13t1512: match the "other" object namesJunio C Hamano1-3/+3
2012-07-13git p4: add support for 'p4 move' in P4SubmitGary Gibbons2-16/+34
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-12t1512: ignore whitespaces in wc -l outputJunio C Hamano1-1/+1
2012-07-11Reduce draft release notes to 1.7.12Junio C Hamano1-61/+0
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-11index-pack: loop while inflating objects in unpack_dataJeff King1-10/+13
2012-07-10commit: fix "--amend --only" with no pathspecJeff King2-1/+14
2012-07-10apply: tests for the --3way optionJunio C Hamano1-0/+54
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-10rev-parse --disambiguate=<prefix>Junio C Hamano5-9/+78
2012-07-10rev-parse: A and B in "rev-parse A..B" refer to committishJunio C Hamano2-3/+3
2012-07-10reset: the command takes committishJunio C Hamano2-3/+9
2012-07-10commit-tree: the command wants a tree and commitsJunio C Hamano2-6/+6
2012-07-10apply: --build-fake-ancestor expects blobsJunio C Hamano2-2/+2
2012-07-10sha1_name.c: add support for disambiguating other typesJunio C Hamano3-5/+76
2012-07-10revision.c: the "log" family, except for "show", takes committishJunio C Hamano4-3/+15
2012-07-10revision.c: allow handle_revision_arg() to take other flagsJunio C Hamano3-8/+10
2012-07-10sha1_name.c: introduce get_sha1_committish()Junio C Hamano5-7/+25
2012-07-10sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano4-13/+18
2012-07-10sha1_name.c: many short names can only be committishJunio C Hamano3-5/+30
2012-07-10sha1_name.c: get_sha1_1() takes lookup flagsJunio C Hamano1-8/+8
2012-07-10sha1_name.c: get_describe_name() by definition groks only commitsJunio C Hamano2-1/+257
2012-07-10rerere: make rr-cache fanout directory honor umaskJunio C Hamano1-1/+1
2012-07-09apply: document --3way optionJunio C Hamano1-1/+10
2012-07-09apply: allow rerere() to work on --3way resultsJunio C Hamano2-0/+28
2012-07-09apply: register conflicted stages to the indexJunio C Hamano2-6/+138
2012-07-09apply: --3way with add/add conflictJunio C Hamano1-8/+62
2012-07-09apply: move verify_index_match() higherJunio C Hamano1-10/+10
2012-07-09apply: plug the three-way merge logic inJunio C Hamano1-3/+50
2012-07-09apply: fall back on three-way mergeJunio C Hamano1-1/+45
2012-07-09apply: accept -3/--3way command line optionJunio C Hamano2-2/+31
2012-07-09apply: move "already exists" logic to check_to_create()Junio C Hamano1-11/+29
2012-07-09apply: move check_to_create_blob() closer to its sole callerJunio C Hamano1-23/+23
2012-07-09apply: further split load_preimage()Junio C Hamano1-19/+40
2012-07-09apply: refactor "previous patch" logicJunio C Hamano1-26/+56
2012-07-09apply: split load_preimage() helper function outJunio C Hamano1-3/+12
2012-07-09apply: factor out checkout_target() helper functionJunio C Hamano1-7/+13
2012-07-09apply: refactor read_file_or_gitlink()Junio C Hamano1-7/+11
2012-07-09apply: clear_image() clears things a bit moreJunio C Hamano1-2/+2
2012-07-09apply: a bit more comments on PATH_TO_BE_DELETEDJunio C Hamano1-2/+8
2012-07-09apply: fix an incomplete comment in check_patch()Junio C Hamano1-9/+15
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-09Fifth batch for 1.7.12Junio C Hamano1-0/+43
2012-07-09Makefile: document ground rules for target-specific dependenciesJonathan Nieder1-0/+33