Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sha1_name: use strlcpy() to copy stringsrs/simple-cleanups | René Scharfe | 2015-02-22 | 1 | -6/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | pretty: use starts_with() to check for a prefix | René Scharfe | 2015-02-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | for-each-ref: use skip_prefix() to avoid duplicate string comparison | René Scharfe | 2015-02-22 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | connect: use strcmp() for string comparison | René Scharfe | 2015-02-22 | 1 | -2/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin' | Junio C Hamano | 2015-03-05 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-compat-util.h: remove redundant coderj/no-xopen-source-for-cygwin | Ramsay Jones | 2015-02-22 | 1 | -6/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mm/am-c-doc' | Junio C Hamano | 2015-03-05 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation/git-am.txt: mention mailinfo.scissors config variablemm/am-c-doc | Matthieu Moy | 2015-02-20 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation/config.txt: document mailinfo.scissors | Matthieu Moy | 2015-02-20 | 1 | -0/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/refs-have-new' | Junio C Hamano | 2015-03-05 | 14 | -106/+233 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs.h: remove duplication in function docstringsmh/refs-have-new | Michael Haggerty | 2015-02-17 | 1 | -23/+43 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update_ref(): improve documentation | Michael Haggerty | 2015-02-17 | 2 | -7/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_verify(): new function to check a reference's value | Michael Haggerty | 2015-02-17 | 3 | -21/+67 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_delete(): check that old_sha1 is not null_sha1 | Michael Haggerty | 2015-02-17 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_create(): check that new_sha1 is valid | Michael Haggerty | 2015-02-17 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: avoid race when creating orphan commits | Michael Haggerty | 2015-02-17 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: add tests of commit races | Michael Haggerty | 2015-02-17 | 1 | -0/+30 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_delete(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 4 | -12/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 12 | -29/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | struct ref_update: move "have_old" into "flags" | Michael Haggerty | 2015-02-17 | 1 | -17/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs.c: change some "flags" to "unsigned int" | Michael Haggerty | 2015-02-17 | 4 | -16/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs: remove the gap in the REF_* constant values | Michael Haggerty | 2015-02-12 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs: move REF_DELETING to refs.c | Michael Haggerty | 2015-02-12 | 2 | -3/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post 2.3 cycle (batch #6) | Junio C Hamano | 2015-03-03 | 1 | -0/+24 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/daemon-interpolate' | Junio C Hamano | 2015-03-03 | 3 | -6/+83 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | daemon: sanitize incoming virtual hostnamejk/daemon-interpolate | Jeff King | 2015-02-17 | 2 | -5/+56 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t5570: test git-daemon's --interpolated-path option | Jeff King | 2015-02-17 | 1 | -0/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git_connect: let user override virtual-host we send to daemon | Jeff King | 2015-02-17 | 1 | -1/+11 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/daemon-interpolate' | Junio C Hamano | 2015-03-03 | 1 | -15/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | daemon: use callback to build interpolated pathrs/daemon-interpolate | René Scharfe | 2015-02-17 | 1 | -9/+45 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | daemon: look up client-supplied hostname lazily | René Scharfe | 2015-02-17 | 1 | -8/+29 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'km/send-email-getopt-long-workarounds' | Junio C Hamano | 2015-03-03 | 2 | -5/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-send-email.perl: support no- prefix with older GetOptionskm/send-email-getopt-long-workarounds | Kyle J. McKay | 2015-02-16 | 2 | -5/+15 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/apply-ws-fix-expands-report' | Junio C Hamano | 2015-03-03 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: detect and mark whitespace errors in context lines when fixingjc/apply-ws-fix-expands-report | Junio C Hamano | 2015-01-22 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/apply-beyond-symlink' | Junio C Hamano | 2015-03-03 | 4 | -2/+399 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: do not touch a file beyond a symbolic linkjc/apply-beyond-symlink | Junio C Hamano | 2015-02-10 | 3 | -4/+203 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: do not read from beyond a symbolic link | Junio C Hamano | 2015-02-10 | 2 | -0/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: do not read from the filesystem under --index | Junio C Hamano | 2015-02-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: reject input that touches outside the working area | Junio C Hamano | 2015-02-10 | 3 | -1/+178 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post 2.3 cyle (batch #5) | Junio C Hamano | 2015-02-25 | 1 | -0/+53 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ak/git-pm-typofix' | Junio C Hamano | 2015-02-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Git.pm: two minor typo fixesak/git-pm-typofix | Alexander Kuleshov | 2015-02-18 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/plug-leak-in-make-cache-entry' | Junio C Hamano | 2015-02-25 | 1 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | read-cache.c: free cache entry when refreshing failssb/plug-leak-in-make-cache-entry | Stefan Beller | 2015-02-17 | 1 | -2/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/transport-capabilities' | Junio C Hamano | 2015-02-25 | 1 | -12/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transport-helper: ask the helper to set the same options for import as for fetchmh/transport-capabilities | Mike Hommey | 2015-02-13 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transport-helper: ask the helper to set progress and verbosity options after ... | Mike Hommey | 2015-02-13 | 1 | -2/+3 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/send-email-sensible-encoding' | Junio C Hamano | 2015-02-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send-email: ask confirmation if given encoding name is very shortjc/send-email-sensible-encoding | Junio C Hamano | 2015-02-13 | 1 | -0/+1 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |