1001 Commits (aefc605ada7fe00e1c6b8d4bf3aa17dc07855769)

Author SHA1 Message Date
Junio C Hamano dad148c359 ident.c: mark private file-scope symbols as static 13 years ago
Junio C Hamano cbfb93a12b trace.c: mark a private file-scope symbol as static 13 years ago
Junio C Hamano 357e9c69c9 read-cache.c: mark a private file-scope symbol as static 13 years ago
Junio C Hamano 72f3196a2d symlinks.c: mark private file-scope symbols as static 13 years ago
Jeff King 9442710801 parse_feature_request: make it easier to see feature values 13 years ago
Junio C Hamano 9409c7a5b3 config: "git config baa" should exit with status 1 13 years ago
Thomas Gummerer b60e188c51 Strip namelen out of ce_flags into a ce_namelen field 13 years ago
Junio C Hamano 957d74062c rev-parse --disambiguate=<prefix> 13 years ago
Junio C Hamano daba53aeaf sha1_name.c: add support for disambiguating other types 13 years ago
Junio C Hamano cd74e4733d sha1_name.c: introduce get_sha1_committish() 13 years ago
Junio C Hamano 33bd598c39 sha1_name.c: teach lookup context to get_sha1_with_context() 13 years ago
Junio C Hamano e2643617d7 sha1_name.c: many short names can only be committish 13 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Junio C Hamano aa1dec9ef6 sha1_name.c: teach get_short_sha1() a commit-only option 13 years ago
Junio C Hamano 37c00e5590 sha1_name.c: allow get_short_sha1() to take other flags 13 years ago
Junio C Hamano 249c8f4a16 sha1_name.c: get rid of get_sha1_with_mode() 13 years ago
Junio C Hamano 8c135ea260 sha1_name.c: get rid of get_sha1_with_mode_1() 13 years ago
Junio C Hamano f01cc14c3c sha1_name.c: hide get_sha1_with_context_1() ugliness 13 years ago
Huynh Khoi Nguyen Nguyen 21cf322791 config: read (but not write) from $XDG_CONFIG_HOME/git/config file 13 years ago
Jeff King 546e0fd9e9 diff: handle relative paths in no-index 13 years ago
Matthieu Moy 023e37c377 verify_filename(): ask the caller to chose the kind of diagnosis 13 years ago
Jeff King f9bc573fda ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT 13 years ago
Jeff King c15e1987ae ident: let callers omit name with fmt_indent 13 years ago
Jeff King b9f0ac1710 fmt_ident: drop IDENT_WARN_ON_NO_NAME code 13 years ago
Jeff King 2d4b4fcebd move git_default_* variables to ident.c 13 years ago
Jeff King 9597921b6c move identity config parsing to ident.c 13 years ago
Jeff King bcb2b0044b ident: split setup_ident into separate functions 13 years ago
Heiko Voigt 5e73633dbf teach add_submodule_odb() to look for alternates 13 years ago
Matthieu Moy b55e677522 push: introduce new push.default mode "simple" 13 years ago
Jonathan Nieder 7d29afd43c i18n: mark relative dates for translation 13 years ago
Jeff King 38f865c27d run-command: treat inaccessible directories as ENOENT 13 years ago
Junio C Hamano 9d227781b6 read-cache.c: write prefix-compressed names in the index 13 years ago
Junio C Hamano db3b313c84 cache.h: hide on-disk index details 13 years ago
Jeff King e339aa92ae clean up struct ref's nonfastforward field 13 years ago
Jeff King f8582cad8d make is_empty_blob_sha1 available everywhere 13 years ago
Christopher Tiwald f25950f347 push: Provide situational hints for non-fast-forward errors 13 years ago
Junio C Hamano 4b340cfab9 ident.c: add split_ident_line() to parse formatted ident line 13 years ago
Ramsay Jones f1589d1007 ctype.c: Fix a sparse warning 13 years ago
Jared Hance 15438d5a56 Add threaded versions of functions in symlinks.c. 13 years ago
Junio C Hamano 0f871cf56e grep: use static trans-case table 13 years ago
Jeff King 9b25a0b52e config: add include directive 13 years ago
Jeff King 4a7bb5ba95 config: eliminate config_exclusive_filename 13 years ago
Jeff King c9b5e2a57d config: provide a version of git_config with more options 13 years ago
Jeff King 42bd39b57f config: teach git_config_rename_section a file argument 13 years ago
Zbigniew Jędrzejewski-Szmek ec7ff5ba27 make lineno_width() from blame reusable for others 13 years ago
Zbigniew Jędrzejewski-Szmek ad6c3739a3 pager: find out the terminal width before spawning the pager 13 years ago
Jeff King b3256eb8b3 standardize and improve lookup rules for external local repos 13 years ago
Junio C Hamano f47182c852 server_supports(): parse feature list more carefully 13 years ago
Jeff King bab8d28e77 connect.c: drop path_match function 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago