aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | t1308: fix broken here document in test scriptJunio C Hamano2014-10-13
* | | | | | Merge branch 'jk/test-shell-trace'Junio C Hamano2014-10-20
|\ \ \ \ \ \
| * | | | | | test-lib.sh: support -x option for shell-tracingJeff King2014-10-13
| * | | | | | t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-13
| * | | | | | t5304: use test_path_is_* instead of "test -f"Jeff King2014-10-13
* | | | | | | Merge branch 'bc/asciidoc'Junio C Hamano2014-10-20
|\ \ \ \ \ \ \
| * | | | | | | Documentation: fix mismatched delimiters in git-imap-sendbrian m. carlson2014-10-13
| * | | | | | | Documentation: adjust document title underliningbrian m. carlson2014-10-13
| |/ / / / / /
* | | | | | | Revert "archive: honor tar.umask even for pax headers"Junio C Hamano2014-10-20
* | | | | | | Merge branch 'jc/completion-no-chdir'Junio C Hamano2014-10-16
|\ \ \ \ \ \ \
| * | | | | | | completion: use "git -C $there" instead of (cd $there && git ...)Junio C Hamano2014-10-09
* | | | | | | | Merge branch 'bw/trace-no-inline-getnanotime'Junio C Hamano2014-10-16
|\ \ \ \ \ \ \ \
| * | | | | | | | trace.c: do not mark getnanotime() as "inline"Ben Walton2014-09-29
* | | | | | | | | Merge branch 'po/everyday-doc'Junio C Hamano2014-10-16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | doc: add 'everyday' to 'git help'Philip Oakley2014-10-10
| * | | | | | | | doc: Makefile regularise OBSOLETE_HTML list buildingPhilip Oakley2014-10-10
| * | | | | | | | doc: modernise everyday.txt wording and format in man page stylePhilip Oakley2014-10-10
* | | | | | | | | Update draft release notes to 2.2Junio C Hamano2014-10-14
* | | | | | | | | Merge branch 'bc/asciidoc-pretty-formats-fix'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: fix misrender of pretty-formats in Asciidoctorbrian m. carlson2014-10-08
* | | | | | | | | | Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bundle: plug minor memory leak in is_tag_in_date_range()René Scharfe2014-10-07
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | use skip_prefix() to avoid more magic numbersRené Scharfe2014-10-07
* | | | | | | | | | | Merge branch 'rs/mailsplit'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mailsplit: remove unnecessary unlink(2) callRené Scharfe2014-10-07
* | | | | | | | | | | | Merge branch 'rs/sha1-array-test'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sha1-lookup: handle duplicates in sha1_pos()René Scharfe2014-10-01
| * | | | | | | | | | | | sha1-array: add test-sha1-array and basic testsRené Scharfe2014-10-01
* | | | | | | | | | | | | Merge branch 'mh/lockfile-stdio'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | commit_packed_refs(): reimplement using fdopen_lock_file()Michael Haggerty2014-10-01
| * | | | | | | | | | | | | dump_marks(): reimplement using fdopen_lock_file()Michael Haggerty2014-10-01
| * | | | | | | | | | | | | fdopen_lock_file(): access a lockfile using stdioMichael Haggerty2014-10-01
* | | | | | | | | | | | | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
| * | | | | | | | | | | | | hold_locked_index(): move from lockfile.c to read-cache.cMichael Haggerty2014-10-01
| * | | | | | | | | | | | | hold_lock_file_for_append(): restore errno before returningMichael Haggerty2014-10-01
| * | | | | | | | | | | | | get_locked_file_path(): new functionMichael Haggerty2014-10-01
| * | | | | | | | | | | | | lockfile.c: rename static functionsMichael Haggerty2014-10-01
| * | | | | | | | | | | | | lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty2014-10-01
| * | | | | | | | | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty2014-10-01
| * | | | | | | | | | | | | trim_last_path_component(): replace last_path_elm()Michael Haggerty2014-10-01
| * | | | | | | | | | | | | resolve_symlink(): take a strbuf parameterMichael Haggerty2014-10-01
| * | | | | | | | | | | | | resolve_symlink(): use a strbuf for internal scratch spaceMichael Haggerty2014-10-01
| * | | | | | | | | | | | | lockfile: change lock_file::filename into a strbufMichael Haggerty2014-10-01
| * | | | | | | | | | | | | commit_lock_file(): use a strbuf to manage temporary spaceMichael Haggerty2014-10-01
| * | | | | | | | | | | | | try_merge_strategy(): use a statically-allocated lock_file objectMichael Haggerty2014-10-01
| * | | | | | | | | | | | | try_merge_strategy(): remove redundant lock_file allocationMichael Haggerty2014-10-01
| * | | | | | | | | | | | | struct lock_file: declare some fields volatileMichael Haggerty2014-10-01
| * | | | | | | | | | | | | lockfile: avoid transitory invalid statesMichael Haggerty2014-10-01