summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-12gitweb: Add a feature for adding more branch refsLibravatar Krzesimir Nowak2-12/+105
2013-12-12gitweb: Return 1 on validation success instead of passed inputLibravatar Krzesimir Nowak1-29/+32
2013-12-12gitweb: Move check-ref-format code into separate functionLibravatar Krzesimir Nowak1-4/+13
2013-12-12diff: don't read index when --no-index is givenLibravatar Thomas Gummerer3-2/+42
2013-12-12diff: move no-index detection to builtin/diff.cLibravatar Thomas Gummerer3-47/+51
2013-12-12Documentation/git-replace: describe --format optionLibravatar Christian Couder1-1/+18
2013-12-12builtin/replace: unset read_replace_refsLibravatar Christian Couder2-1/+3
2013-12-12t6050: add tests for listing with --formatLibravatar Christian Couder1-0/+37
2013-12-12builtin/replace: teach listing using short, medium or full formatsLibravatar Christian Couder1-7/+54
2013-12-12sha1_file: perform object replacement in sha1_object_info_extended()Libravatar Christian Couder2-7/+8
2013-12-12t6050: show that git cat-file --batch fails with replace objectsLibravatar Christian Couder1-0/+5
2013-12-12sha1_object_info_extended(): add an "unsigned flags" parameterLibravatar Christian Couder4-6/+6
2013-12-12sha1_file.c: add lookup_replace_object_extended() to pass flagsLibravatar Christian Couder2-2/+7
2013-12-12replace_object: don't check read_replace_refs twiceLibravatar Christian Couder1-3/+0
2013-12-12rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECTLibravatar Christian Couder2-3/+3
2013-12-12cat-file: handle --batch format with missing type/sizeLibravatar Jeff King2-1/+32
2013-12-12cat-file: pass expand_data to print_object_or_dieLibravatar Jeff King1-10/+11
2013-12-10rebase: use reflog to find common base with upstreamLibravatar John Keeping3-2/+33
2013-12-09Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano8-17/+56
2013-12-09Merge git://ozlabs.org/~paulus/gitkLibravatar Junio C Hamano1-210/+353
2013-12-09git_connect(): use common return pointLibravatar Torsten Bögershausen1-58/+50
2013-12-09connect.c: refactor url parsingLibravatar Torsten Bögershausen5-37/+48
2013-12-09git_connect(): refactor the port handling for sshLibravatar Torsten Bögershausen3-49/+17
2013-12-09git fetch: support host:/~repoLibravatar Torsten Bögershausen3-17/+33
2013-12-09t5500: add test cases for diag-urlLibravatar Torsten Bögershausen1-0/+59
2013-12-09git fetch-pack: add --diag-urlLibravatar Torsten Bögershausen4-3/+41
2013-12-09git_connect: factor out discovery of the protocol and its partsLibravatar Johannes Sixt1-27/+53
2013-12-09git_connect: remove artificial limit of a remote commandLibravatar Johannes Sixt1-6/+1
2013-12-09rev-parse: be more careful with munging argumentsLibravatar Jeff King1-1/+5
2013-12-09remote: fix status with branch...rebase=preserveLibravatar Felipe Contreras1-2/+7
2013-12-09Documentation: document pitfalls with 3-way mergeLibravatar brian m. carlson1-0/+8
2013-12-09fetch: add missing documentationLibravatar Felipe Contreras1-0/+3
2013-12-09t: trivial whitespace cleanupsLibravatar Felipe Contreras2-3/+1
2013-12-09abspath: trivial style fixLibravatar Felipe Contreras1-1/+1
2013-12-09remote-hg: add tests for special filenamesLibravatar Felipe Contreras1-0/+68
2013-12-09remote-hg: fix 'shared path' pathLibravatar Felipe Contreras1-0/+3
2013-12-09remote-helpers: add extra safety checksLibravatar Felipe Contreras2-8/+20
2013-12-09remote-hg: avoid buggy strftime()Libravatar jcb911-1/+1
2013-12-09pull: use merge-base --fork-point when appropriateLibravatar John Keeping1-9/+1
2013-12-09parse-options: remove OPT_BOOLEANLibravatar Nguyễn Thái Ngọc Duy1-7/+4
2013-12-09rev-parse: correctly diagnose revision errors before "--"Libravatar Jeff King2-0/+34
2013-12-09gitignore.txt: clarify recursive nature of excluded directoriesLibravatar Karsten Blees1-2/+17
2013-12-06difftool: display the number of files in the diff queue in the promptLibravatar Zoltan Klinger5-4/+43
2013-12-06pathspec.c: support adding prefix magic to a pathspec with mnemonic magicLibravatar Nguyễn Thái Ngọc Duy1-10/+18
2013-12-06Support pathspec magic :(exclude) and its short form :!Libravatar Nguyễn Thái Ngọc Duy7-13/+324
2013-12-06glossary-content.txt: rephrase magic signature partLibravatar Nguyễn Thái Ngọc Duy1-17/+12
2013-12-06clone,fetch: catch non positive --depth option valueLibravatar Nguyễn Thái Ngọc Duy2-0/+8
2013-12-06config: arbitrary number of matches for --unset and --replace-allLibravatar Thomas Rast2-6/+77
2013-12-06Start 1.9 cycleLibravatar Junio C Hamano3-2/+135
2013-12-06Merge branch 'jk/remove-experimental-loose-object-support'Libravatar Junio C Hamano19-143/+0