summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-10t7610: run 'git reset --hard' after each test to clean upLibravatar Richard Hansen1-0/+8
2017-01-10t7610: don't rely on state from previous testLibravatar Richard Hansen1-0/+6
2017-01-10t7610: use test_when_finished for cleanup tasksLibravatar Richard Hansen1-34/+37
2017-01-10t7610: move setup code to the 'setup' test caseLibravatar Richard Hansen1-30/+35
2017-01-10t7610: update branch names to match test numberLibravatar Richard Hansen1-41/+41
2017-01-10rev-parse doc: pass "--" to rev-parse in the --prefix exampleLibravatar Richard Hansen1-1/+2
2017-01-10unpack-trees: factor progress setup out of check_updatesLibravatar Stefan Beller1-12/+20
2017-01-10unpack-trees: remove unneeded continueLibravatar Stefan Beller1-1/+0
2017-01-10unpack-trees: move checkout state into check_updatesLibravatar Stefan Beller1-12/+12
2017-01-10.mailmap: record canonical email for Richard HansenLibravatar Richard Hansen1-0/+2
2017-01-09pathspec: give better message for submodule related pathspec errorLibravatar Stefan Beller2-2/+69
2017-01-09execv_dashed_external: wait for child on signal deathLibravatar Jeff King3-0/+21
2017-01-09execv_dashed_external: stop exiting with negative codeLibravatar Jeff King1-3/+7
2017-01-09execv_dashed_external: use child_process structLibravatar Jeff King1-18/+7
2017-01-09real_path: set errno when max number of symlinks is exceededLibravatar Brandon Williams1-0/+2
2017-01-09real_path: prevent redefinition of MAXSYMLINKSLibravatar Brandon Williams1-1/+3
2017-01-09Makefile: put LIBS after LDFLAGS for imap-sendLibravatar Steven Penny1-1/+1
2017-01-09Makefile: POSIX windresLibravatar Steven Penny1-1/+1
2017-01-09t9813: avoid using pipesLibravatar Pranit Bauva1-4/+4
2017-01-08pathspec: rename prefix_pathspec to init_pathspec_itemLibravatar Brandon Williams1-17/+7
2017-01-08pathspec: small readability changesLibravatar Brandon Williams1-10/+15
2017-01-08pathspec: create strip submodule slash helpersLibravatar Brandon Williams1-26/+42
2017-01-08pathspec: create parse_element_magic helperLibravatar Brandon Williams1-17/+20
2017-01-08pathspec: create parse_long_magic functionLibravatar Brandon Williams1-35/+57
2017-01-08pathspec: create parse_short_magic functionLibravatar Brandon Williams1-18/+36
2017-01-08pathspec: factor global magic into its own functionLibravatar Brandon Williams1-49/+78
2017-01-08pathspec: simpler logic to prefix original pathspec elementsLibravatar Brandon Williams1-20/+13
2017-01-08pathspec: always show mnemonic and name in unsupported_magicLibravatar Brandon Williams1-15/+9
2017-01-08pathspec: remove unused variable from unsupported_magicLibravatar Brandon Williams1-3/+2
2017-01-08pathspec: copy and free owned memoryLibravatar Brandon Williams2-6/+21
2017-01-08pathspec: remove the deprecated get_pathspec functionLibravatar Brandon Williams4-43/+3
2017-01-08ls-tree: convert show_recursive to use the pathspec struct interfaceLibravatar Brandon Williams1-9/+7
2017-01-08dir: convert fill_directory to use the pathspec struct interfaceLibravatar Brandon Williams1-4/+8
2017-01-08dir: remove struct path_simplifyLibravatar Brandon Williams1-103/+76
2017-01-08mv: remove use of deprecated 'get_pathspec()'Libravatar Brandon Williams1-19/+31
2017-01-07blame: output porcelain "previous" header for each fileLibravatar Jeff King2-9/+131
2017-01-07blame: handle --no-abbrevLibravatar Jeff King2-0/+6
2017-01-07blame: fix alignment with --abbrev=40Libravatar Jeff King2-1/+29
2017-01-07rebase--interactive: count squash commits above 10 correctlyLibravatar Jeff King1-1/+1
2017-01-07branch_get_push: do not segfault when HEAD is detachedLibravatar Kyle Meyer2-3/+9
2017-01-07archive-zip: load userdiff configLibravatar Jeff King2-4/+25
2017-01-07giteveryday: unbreak rendering with AsciiDoctorLibravatar Johannes Schindelin1-8/+9
2017-01-07mingw: add a regression test for pushing to UNC pathsLibravatar Johannes Schindelin1-0/+48
2017-01-07contrib: remove gitviewLibravatar Stefan Beller2-1362/+0
2017-01-07don't use test_must_fail with grepLibravatar Pranit Bauva10-22/+22
2017-01-07submodule.c: use GIT_DIR_ENVIRONMENT consistentlyLibravatar Stefan Beller1-1/+2
2016-12-31gitk: ru.po: Update Russian translationLibravatar Dimitriy Ryazantcev1-314/+356
2016-12-29git-p4: do not pass '-r 0' to p4 commandsLibravatar Igor Kushnir2-1/+5
2016-12-29repack: die on incremental + write-bitmap-indexLibravatar David Turner2-5/+12
2016-12-29auto gc: don't write bitmaps for incremental repacksLibravatar David Turner2-1/+33